Skip to content

openssl: Fix openssl_pkcs12_export extracerts test #2681

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

jelly
Copy link
Contributor

@jelly jelly commented Aug 11, 2017

Fix the openssl_pkcs12_export testcase for extracerts, the 'extracerts'
option needs to be the key of the certificate value otherwise
openssl_pkcs12_export will ignore it.

@@ -42,6 +42,7 @@ bool(true)
bool(true)
bool(true)
bool(true)
int(3);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The additional semicolon here causes this test to fail.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woops, fixed it with an amend.

@jelly jelly force-pushed the openssl_pkcs12_export_fix_test branch 3 times, most recently from 1c8b64f to 2b4824c Compare August 20, 2017 13:46
Fix the openssl_pkcs12_export testcase for extracerts, the 'extracerts'
option needs to be the key of the certificate value otherwise
openssl_pkcs12_export will ignore it.
@jelly jelly force-pushed the openssl_pkcs12_export_fix_test branch from 2b4824c to ba63672 Compare August 22, 2017 08:58
@jelly
Copy link
Contributor Author

jelly commented Oct 3, 2017

Anything holding this PR up from getting merged?

@php-pulls
Copy link

Comment on behalf of bukka at php.net:

Merged via 314bef5

@php-pulls php-pulls closed this Oct 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants